home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-02-26 | 906 b | 45 lines | [TEXT/MPS ] |
- ; File: E16.Desk
- ;
- ;
- ; Copyright Apple Computer, Inc. 1986-91
- ; All Rights Reserved
- ;
- ;
- daNotFound GEQU $0510 ; desk accessory not found
- notSysWindow GEQU $0511 ; not the system window
- deskBadSelector GEQU $0520
-
- eventAction GEQU $0001
- runAction GEQU $0002
- undoAction GEQU $0005
- cutAction GEQU $0006
- copyAction GEQU $0007
- pasteAction GEQU $0008
- clearAction GEQU $0009
- sysClickAction GEQU $000A
- optionalCloseAction GEQU $000B
-
- cursorAction GEQU $0003
- undoEdit GEQU $0001
- cutEdit GEQU $0002
- copyEdit GEQU $0003
- pasteEdit GEQU $0004
- clearEdit GEQU $0005
-
- ; constants for GetDeskAccInfo
- getCDAinfo GEQU $8000
- getNDAinfo GEQU $0000
- daRefIsWindPtr GEQU $0001
- daRefIsIndex GEQU $0000
-
- ; constants for GetDeskGlobal
- deskGlobalWindow GEQU $0000
-
- ; constants for CallDeskAcc
- daCallCDA GEQU $8000
- daCallNDA GEQU $0000
- daCallInit GEQU $0002
- daCallAction GEQU $0000
- ;daRefIsWindPtr GEQU $0001
- ;daRefIsIndex GEQU $0000
-